home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / news / misc / newsxd-2.5.1-shar / README < prev    next >
Encoding:
Text File  |  1990-06-08  |  1.4 KB  |  35 lines

  1. The newsxd program is a configurable daemon for controlling the
  2. transmission of netnews.  It allows the definition of multiple
  3. categories of service, by setting a number of parameters defining
  4. things such as how often news is to be transmitted, the number of news
  5. transmitters that can be active at one time, the maximum time a
  6. transmitter may spend sending netnews to a single host, and the maximum
  7. system load at which netnews transmitters may be started.  newsxd can
  8. also be used to start up other programs which must be restarted upon
  9. exit, or which must be run at regular intervals with greater
  10. granularity than cron(8) allows.
  11.  
  12.                        newsxd Installation
  13.  
  14. To compile newsxd, you need to do the following things:
  15.  
  16. 1) Edit newsxd.h, and make any changes necessary to the default
  17.    locations for the newsxd data files.  Also select whether you want to
  18.    have newsxd log to syslog or to it's own log file.
  19.  
  20. 2) Edit the Makefile and define the correct locations to store newsxd
  21.    and it's manpage on your system.
  22.  
  23. 3) make depend
  24.  
  25. 4) make install
  26.  
  27. 5) Create a newsxd.conf file and install it in the appropriate location
  28.    (the default is /usr/local/etc/newsxd.conf).  Sample configuration files
  29.    are included as complex.conf and simple.conf.
  30.  
  31. 6) Turn off any nntpxmit's, sendbatch's, etc. so they don't conflict with
  32.    the ones started by newsxd.
  33.  
  34. 7) Run newsxd
  35.